kotlin-stdlib
Common
kotlin-stdlib
/
kotlin
/
[Common]Boolean
/
xor
xor
Common
infix
fun
xor
(
other
:
Boolean
)
:
Boolean
Content copied to clipboard
Performs a logical
xor
operation between this Boolean and the
other
one.